golang.org/x/net/http2.outflow.add (method)
10 uses
golang.org/x/net/http2 (current package)
flow.go#L113: func (f *outflow) add(n int32) bool {
server.go#L486: sc.flow.add(initialWindowSize)
server.go#L1684: if !st.flow.add(int32(f.Increment)) {
server.go#L1688: if !sc.flow.add(int32(f.Increment)) {
server.go#L1840: if !st.flow.add(growth) {
server.go#L2216: st.flow.add(sc.initialStreamSendWindowSize)
transport.go#L855: cc.flow.add(int32(initialWindowSize))
transport.go#L2077: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L2883: cs.flow.add(delta)
transport.go#L2944: if !fl.add(int32(f.Increment)) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)